home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / etc / speech-dispatcher / modules / festival.conf < prev    next >
Text File  |  2009-10-13  |  3KB  |  77 lines

  1.  
  2. # -- FESTIVAL SERVER SETTINGS --
  3.  
  4. # Address where the Festival server runs (you have to
  5. # have a Festival server running, please see documentation).
  6.  
  7. #FestivalServerHost  "localhost"
  8. #FestivalServerPort   1314
  9.  
  10.  
  11. # -- CACHING --
  12.  
  13. # Festival output module supports a caching mechanism for
  14. # repeated events like characters, keys and sound icons
  15. # that saves the wavefiles retrieved from the synthesizer
  16. # and uses them next time an identical request is issued.
  17. # This way, the synthesis is much more responsive when
  18. # you type in keys, you spell some word by going over it
  19. # with cursor keys, sound icons are faster and so on.
  20. # If you wish to enable this caching mechanism, turn
  21. # FestivalCacheOn to 1, or switch it off by 0.
  22.  
  23. # FestivalCacheOn 1
  24.  
  25. # How large should the memmory assigned to output module for
  26. # cache should be. Festival will never overcome this limit.
  27. # If there are more messages to save, the ones that are least
  28. # accessed will be removed from the cache. So if you set this
  29. # parameter too low, the module will often have to synthesize
  30. # your request (which takes time) instead of just retrieving
  31. # it from the cache, but you will save system resources. If you
  32. # set it higher, it might make the module more responsive.
  33. # The value is given in kilobytes, default is 10 megabytes.
  34.  
  35. # FestivalCacheMaxKBytes 10240
  36.  
  37. # Normally, the cache pool is common for all voices, rates and
  38. # pitches. This means that when for example the key 'r' gets cached,
  39. # you change the voice and request the key 'r' again, it will be
  40. # retrieved from the cache and you will hear the old 'r' instead of a
  41. # new one. By default, it only switches between languages.  In most
  42. # cases, this isn't a problem for characters, keys and sound icons and
  43. # it saves system resources. But if you want to keep separate caches
  44. # for different voices (and even rates and pitches), please set the
  45. # corresponding parameters to 1. (0 means don't distinguish).
  46.  
  47. # FestivalCacheDistinguishVoices 0
  48. # FestivalCacheDistinguishRate 0
  49. # FestivalCacheDistinguishPitch 0
  50.  
  51. # -- FESTIVAL PERFORMANCE --
  52.  
  53. # Switching FestivalReopenSocket to 1 will make the module close the
  54. # connection to Festival each time the currently synthesized wavefile
  55. # is no longer needed to finish and new text is waiting. This may improve
  56. # Festival responsivity on slower machines, but might cause a more network
  57. # trafic. Currently, the option is set to 0 by default, because there
  58. # is a network problem in Festival socket communication layer that introduces
  59. # unnecessary delays that affect the performance heavily in this mode.
  60. # Unless your Festival is patched against this bug, switching this on
  61. # is not recommended.
  62.  
  63. # FestivalReopenSocket 0
  64.  
  65.  
  66. # -- DEBUGING --
  67.  
  68. # Debug turns debugging on or off
  69. # See speechd.conf for information where debugging information is stored
  70. Debug 0
  71.  
  72. # If FestivalDebugSaveOutput is set to 1, it writes the produced sound tracks
  73. # to /tmp/debug-festival-*.snd before it says them. You can later browse them
  74. # for debugging purposes. They are numbered in order starting from 0.
  75.  
  76. # FestivalDebugSaveOutput 0
  77.